home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nt107.zip / NT.HLP < prev    next >
Text File  |  1991-09-02  |  6KB  |  134 lines

  1.  
  2.                      --- University of Auckland ---
  3.  
  4.    While a terminal session is running nt is controlled by Alt- and
  5.    Ctrl- Key commands, the most common of which are:
  6.  
  7.    Ctrl-
  8.       PrtSc  print current screen
  9.     0,1,2,3  switch to pages 0,1,2,3 of this session
  10.  
  11.    Alt-
  12.       C  suspend current session, switch to nt> command prompt
  13.       J  push to DOS, use 'exit' command to return to session
  14.  
  15.       Z  reset nt             G  graphics emulation    +  next session
  16.       E  erase status line    A  alpha emulation       -  previous session
  17.  
  18.    Other help pages cover:
  19.       - Keyboard maps for DEC vt and IBM 3270 emulation
  20.       - File transfers using FTP and Kermit
  21.       - nt> commands
  22. ` -------
  23.  
  24.             Keyboard map for DEC vt emulation
  25.  
  26.    +--------+--------+--------+--------+
  27.    |  PF1   |  PF2   |  PF3   |  PF4   |   When Num Lock is OFF
  28.    |  Esc   | Nm Lck |  Hold  |        |      the keys have the effect
  29.    +--------+--------+--------+--------+      indicated on the lower
  30.    |   7    |   8    |   9    |   -    |      lines of the diagram
  31.    |  Find  |   Up   |  Prev  |        |
  32.    +--------+--------+--------+--------+   In 'numeric' shift
  33.    |   4    |   5    |   6    |   ,    |      the keys have the effect
  34.    |  Left  |  Help  |  Right |        |      indicated on the upper
  35.    +--------+--------+--------+--------+      lines, i.e. 'DEC Keypad'
  36.    |   1    |   2    |   3    |        |
  37.    | Select |  Down  |  Next  | Enter  |   To clear 'Num Lock'
  38.    +-----------------+--------|  Do    |      press Shift-Num Lock
  39.    |   0             |   .    |        |
  40.    | Insert          | Remove |        |   Ctrl-PrtSc prints the screen
  41.    +-----------------+--------+--------+
  42.  
  43.    On the 'Enhanced' keyboard  Alt-+  gives  DEC - (needed for EVE and EDT)
  44. ` -------
  45.  
  46.         Keyboard map for IBM 3270 emulation (via CCVNET)
  47.  
  48.    +--------+--------+--------+--------+   To get a 3270 key shown in the
  49.    |  PF1   |  PF2   |  PF3   |  PA1   |      top lines, just press the key
  50.    |  PF13  |  PF14  |  PF15  | Insert |
  51.    +--------+--------+--------+--------+   To get a 3270 key in the bottom
  52.    |  PF4   |  PF5   |  PF6   |  PA2   |      lines, press EXT ('Del') then
  53.    |  PF16  |  PF17  |  PF18  | Er Inp |      the key (two keystrokes)
  54.    +--------+--------+--------+--------+
  55.    |  PF7   |  PF8   |  PF9   |  PA3   |
  56.    |  PF19  |  PF20  |  PF21  | Er Eof |   Other 3270 keys:
  57.    +--------+--------+--------+--------+      DELETE:    Backspace
  58.    |  PF10  |  PF11  |  PF12  |        |      HOME:      EXT B
  59.    |  PF22  |  PF23  |  PF24  | Enter  |      TAB:       Tab
  60.    +-----------------+--------| Clear  |      BACK TAB:  Ctrl-H
  61.    |  Reset          | EXT    |        |
  62.    |                 |        |        |   On the 'enhanced' keyboard
  63.    +-----------------+--------+--------+      numeric Alt-+ gives PA2
  64.  
  65.    If 'Num Lock' is OFF, use Shift while pressing a 'numeric keypad' key.
  66. ` -------
  67.  
  68.                         File transfer using FTP
  69.  
  70.    If your PC is connected directly to the ethernet and you are logged in
  71.    to a host via TCP/IP (Alt-S shows TCP at the left of the status line)
  72.    you can transfer files using FTP.  Otherwise you'll have to use Kermit.
  73.  
  74.    * The command   ftp host   starts an ftp session
  75.          Use Alt-H to send your PC's host IP address
  76.  
  77.    * You may need to give a PC username and password when prompted.
  78.  
  79.    * ftp commands include:
  80.      get f.g         moves file f.g from PC to Unix
  81.      put x.y         moves file x.y from Unix to PC
  82.      mput a.b        moves all files which match a.b from Unix to PC
  83.                       e.g. mput *.dat would transfer all .DAT files.
  84.      type binary     use this before transferring PC binary files,
  85.                 e.g. .EXE, .ARC, .ZIP or .ZOO files.
  86.          user uuu        will prompt you for a PC username and password
  87.      quit (or bye)   exit from ftp back to Unix
  88. ` -------
  89.  
  90.       nt commands  -- these may be entered at the nt> prompt
  91.  
  92.    STart xxx        open a new session to service xxx
  93.    SHow sessions    list currently open sessions (and their session numbers)
  94.    Next             return to next open session
  95.    PRevious         return to previous open session
  96.    Disconnect s     disconnect session number s
  97.    Quit             close all sessions, exit nt and return to DOS
  98.  
  99.    PUsh             push to DOS, use 'exit' command to return to nt
  100.  
  101.    SEt AUTO-Wrap    start new line after reaching right-hand edge of screen
  102.    SEt Kb-status    display keyboard shidt state at lower right of screen
  103.  
  104.    SEt Display      tell nt your PC's screen type (HERCULES,CGS,EGA,etc)
  105.    SEt POrt ppp     specify nt's connection type (TCP, LAT or COM)
  106.    SEt Speed bbb    set speed for COM port (2400,4800,9600,etc)
  107.    SEt PArity ppp   set parity for COM port (ODD,EVEN,NONE)
  108.  
  109.    The complete list of nt commands is documented in the file 'nt.doc'
  110. ` -------
  111.  
  112.                         File transfer using Kermit
  113.  
  114.    Kermit allows you to transfer files from any open session.
  115.  
  116.    Start Kermit on the host system by entering 'kermit' as a command.
  117.    When you get a Kermit prompt, enter 'server' to put Kermit into
  118.    server mode.  Temporarily disconnect the session by pressing Alt-C;
  119.    this should return you to the nt prompt.
  120.  
  121.    local cwd d:\xxx    tells nt to move files from/to the d:\xxx directory
  122.    get *.dat           moves all the .dat files from host to PC
  123.    put project.*       moves all the project. files from PC to host
  124.    finish              tells the host that you have finished with Kermit
  125.  
  126.    Reconnect to your host session by enetering nt's 'Connect' command.
  127.  
  128.    NOTE:  If you started nt using the Computer Centre's Menu system,
  129.       e.g. by typing UNIX as a command, your session may be terminated
  130.           when you press Alt-C.  To prevent this you will have to start
  131.           nt directly, by entering 'nt' as a DOS command.
  132. ` -------
  133. Help file prepared for nt version 10.0
  134. Nevil Brownlee,  Mon 2 Sep 91